remove bablfishpath
authorØyvind Kolås <pippin@gimp.org>
Sat, 19 Nov 2016 17:14:11 +0000 (18:14 +0100)
committerØyvind Kolås <pippin@gimp.org>
Sat, 19 Nov 2016 17:14:11 +0000 (18:14 +0100)
docs/Makefile.am
docs/index-static.html.in

index 17d01cac8a8207a746faffcbf388e01acf17de9e..e53d9a9d0dbb4a14ada95fb70d67fee72d9e1654 100644 (file)
@@ -13,8 +13,7 @@ DIST_SUBDIRS= graphics
 #
 #
 HTML_FILES = index-static.html         \
-            index.html         \
-            BablFishPath.html
+            index.html         
 
 EXTRA_DIST=                    \
        babl.css                \
@@ -24,33 +23,18 @@ EXTRA_DIST=                         \
        COPYING                 \
        COPYING.LESSER
 
-BUILT_EXTRA_DIST = index.html BablFishPath.html BablFishPath.txt
+BUILT_EXTRA_DIST = index.html 
 
 CLEANFILES = README changelog.rss
 DISTCLEANFILES = index-static.html $(BUILT_EXTRA_DIST)
 
 all: $(HTML_FILES)
 
-
-BablFishPath.html: $(babl_fish_path_dhtml)
-       echo -n "HTML:"
-       echo -n " $@"
-       export BABL_PATH="$(top_builddir)/extensions:$(top_builddir)/extensions/.libs"; $< > $@ &&\
-       echo " [OK]" || echo " Fail"
-
-BablFishPath.txt: $(babl_fish_path_fitness)
-       echo -n "UTF8:"
-       echo -n " $@"
-       export BABL_PATH="$(top_builddir)/extensions:$(top_builddir)/extensions/.libs"; $< > $@ &&\
-       echo " [OK]" || echo " Fail"
-       if [ "x"$$CRUCIBLE_ID != "x" ] ;then echo;echo;cat $@;echo;echo;fi
-
 index.html: index-static.html                    \
            $(babl_html_dump)                    \
            $(top_srcdir)/AUTHORS                \
            $(top_srcdir)/TODO                   \
            $(top_srcdir)/NEWS                   \
-           BablFishPath.txt                     \
            Makefile.am
        echo -n "HTML: $@"
        cp $< $@ 
@@ -60,7 +44,6 @@ index.html: index-static.html                    \
        rm -f $$TMPFILE )
        echo -n "."
 
-       $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ BablFishPath BablFishPath.txt
        $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ AUTHORS $(top_srcdir)/AUTHORS
        $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ TODO $(top_srcdir)/TODO
        $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ NEWS $(top_srcdir)/NEWS
index 709a9485b5cbcd40e1df81616f0bf561850fc04d..c71f23665290d036481ce91dc9ec55e027a09753 100644 (file)
@@ -300,11 +300,6 @@ lab_buffer  = malloc (pixel_count * 3 * sizeof (float));
     conversions. Dots indicate a direct conversion is provided for, the height
     of the bar indicates the number of conversions steps needed in a chain of
     conversions. 
-    A <a href='BablFishPath.html'>DHTML version</a> is also available.
-    </p>
-<pre style='font-size:50%;height:30em;overflow:scroll'>
-<!--BablFishPath-->
-</pre>
 
         <a name='Environment'></a>
         <h2>Environment</h2>